home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 18 / CU Amiga Magazine's Super CD-ROM 18 (1997)(EMAP Images)(GB)[!][issue 1998-01].iso / CUCD / Online / hsc / source / hsclib / all_hscl.c next >
Encoding:
C/C++ Source or Header  |  1997-11-02  |  2.1 KB  |  70 lines

  1. /*
  2.  * This source code is part of hsc, a html-preprocessor,
  3.  * Copyright (C) 1995-1997  Thomas Aglassinger
  4.  *
  5.  * This program is free software; you can redistribute it and/or modify
  6.  * it under the terms of the GNU General Public License as published by
  7.  * the Free Software Foundation; either version 2 of the License, or
  8.  * (at your option) any later version.
  9.  *
  10.  * This program is distributed in the hope that it will be useful,
  11.  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  12.  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  13.  * GNU General Public License for more details.
  14.  *
  15.  * You should have received a copy of the GNU General Public License
  16.  * along with this program; if not, write to the Free Software
  17.  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  18.  *
  19.  */
  20. /* compile while hsclib as a single file */
  21. #define NOEXTERN_HSCLIB_ATTRIBUTE_H
  22. #define NOEXTERN_HSCLIB_LMESSAGE_H
  23. #define NOEXTERN_HSCLIB_URI_H
  24. #define NOEXTERN_HSCLIB_DEFATTR
  25. #define NOEXTERN_HSCLIB_ENTITY_H
  26. #define NOEXTERN_HSCLIB_EVAL_H
  27. #define NOEXTERN_HSCLIB_HSCPRC
  28. #define NOEXTERN_HSCLIB_ID_H
  29. #define NOEXTERN_HSCLIB_INCLUDE_H
  30. #define NOEXTERN_HSCLIB_PARSE_H
  31. #define NOEXTERN_HSCLIB_SKIP_H
  32. #define NOEXTERN_HSCLIB_TAG_H
  33.  
  34. #include "hsclib/ldebug.h"
  35. #include "hsclib/msgid.h"
  36.  
  37. #include "ugly/utypes.h"
  38. #include "ugly/dllist.h"
  39. #include "ugly/expstr.h"
  40. #include "ugly/umemory.h"
  41. #include "ugly/infile.h"
  42. #include "ugly/ustring.h"
  43.  
  44. #include "hsclib/lmessage.c"
  45. #include "hsclib/entity.c"
  46. #include "hsclib/tag.c"
  47. #include "hsclib/attrib.c"
  48. #include "hsclib/idref.c"
  49. #include "hsclib/hscprc.c"
  50. #include "hsclib/lstatus.c"
  51. #include "hsclib/input.c"
  52. #include "hsclib/skip.c"
  53. #include "hsclib/uri.c"
  54. #include "hsclib/eval.c"
  55. #include "hsclib/posteval.c"
  56. #include "hsclib/defattr.c"
  57. #include "hsclib/deftag.c"
  58.  
  59. BOOL hsc_include_string( HSCPRC *hp, STRPTR filename, STRPTR s, ULONG optn );
  60.  
  61. #include "hsclib/parse.c"
  62. #include "hsclib/include.c"
  63. #include "hsclib/linit.c"
  64. #include "hsclib/size.c"
  65. #include "hsclib/tag_misc.c"
  66. #include "hsclib/tag_a.c"
  67. #include "hsclib/tag_hsc.c"
  68. #include "hsclib/tag_if.c"
  69. #include "hsclib/tag_macro.c"
  70.